DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / TableView Property

In This Topic
    TableView Property (C1TableViewSource<T>)
    In This Topic
    Gets the table view used to display the items.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableView As UIKit.UITableView
    public UIKit.UITableView TableView {get;}
    See Also